Skip to content

Conversation

@boyan-velinov
Copy link
Contributor

No description provided.

@boyan-velinov boyan-velinov force-pushed the mta-created-by-tracking branch 2 times, most recently from 51f9372 to ed42982 Compare October 21, 2025 13:13
helper = new MtaArchiveHelper(manifest);
Map<String, List<String>> result = helper.getRequiresDependenciesFileAttributes();
assertEquals(Map.of("config-bind.json", List.of("anatz/my-required-application", "anatz/my-required-application-2")), result);
assertNull(helper.getCreatedBy());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test method currently verifies two different behaviors: getRequiresDependenciesFileAttributes() and getCreatedBy(). To improve clarity and maintainability, it would be helpful to split these into separate test methods. That way, each test has a single responsibility and it will be easier to understand and maintain in the future.

Copy link
Contributor

@s-yonkov-yonkov s-yonkov-yonkov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please check the comment

@boyan-velinov boyan-velinov force-pushed the mta-created-by-tracking branch from ed42982 to 68626d9 Compare October 23, 2025 06:27
@sonarqubecloud
Copy link

@boyan-velinov boyan-velinov merged commit efeec53 into master Oct 23, 2025
7 of 8 checks passed
@boyan-velinov boyan-velinov deleted the mta-created-by-tracking branch October 23, 2025 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants